PDFView4NET WinForms Edition
NewItem Property




O2S.Components.PDFView4NET Namespace > PDFCollectionChangedEventArgs<T> Class : NewItem Property
Gets the new item involved in the operation.
Syntax
'Declaration
 
Public ReadOnly Property NewItem As T
'Usage
 
Dim instance As PDFCollectionChangedEventArgs(Of T)
Dim value As T
 
value = instance.NewItem
public T NewItem {get;}
public: __property T* get_NewItem();
public:
property T^ NewItem {
   T^ get();
}
Remarks
This property is null for Remove, ItemUpdate or Clear operations, and it is the item being Added, Inserted or the Replacement
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCollectionChangedEventArgs<T> Class
PDFCollectionChangedEventArgs<T> Members